Use the digital mode to detect when a signal changing.
The output will be negative (true) if adjacent samples are different.
Otherwise it will be zero (false).
Absolute mode does the oposite, when adjacent sample are different, the output will positive (false).
When adjacent samples are the same the output will be -0 (true).
|